home *** CD-ROM | disk | FTP | other *** search
- -- card: 5348 from stack: in
- -- bmap block id: 9924
- -- flags: 4000
- -- background id: 3629
- -- name: print
- ----- HyperTalk script -----
- -- Print all marked checks.
-
- on printChecks
- open printing with dialog
- close printing
- set lockMessages to true
- repeat with i = (the number of first card of bkgnd "Check") to the number of cards
- if (background field "Print" of card i) = true then
- go to card i
- set cursor to four
- open printing
- put background field "Date" into card field "Date" of card "Template"
- put background field "Year" into card field "Year" of card "Template"
- put background field "Pay to" into card field "Pay to" of card "Template"
- put background field "Amount" into card field "Amount" of card "Template"
- put background field "Text Amount" into card field "Text Amount" of card "Template"
- put background field "For" into card field "For" of card "Template"
- print card "Template"
- close printing
- end if
- end repeat
- set lockMessages to false
- go to first card
- end printChecks
-
- on enterKey
- send mouseUp to button "I'm Ready"
- end enterKey
-
- on returnKey
- send mouseUp to button "I'm Ready"
- end returnKey
-
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=57 top=139 right=255 bottom=449
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=57 top=62 right=99 bottom=449
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 18
- -- style flags: 1280
- -- line height: 24
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=355 top=286 right=308 bottom=455
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: I'm Ready
- ----- HyperTalk script -----
- on mouseUp
- printChecks
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=238 top=286 right=308 bottom=338
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-
-
- -- part contents for card part 1
- ----- text -----
- In the dialog box that will follow, specify the following:
-
- • Darker printing
- • Manual paper feed
- • Print full size cards
- • Standard format
-
- -- part contents for card part 2
- ----- text -----
- How to set up for check printing